Merged
Conversation
This was referenced Apr 29, 2025
Collaborator
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
goxberry
reviewed
Apr 29, 2025
goxberry
reviewed
Apr 29, 2025
goxberry
approved these changes
Apr 29, 2025
85b1cac to
e02ebc6
Compare
0cf65be to
6d5ccc7
Compare
This was referenced Apr 30, 2025
6d5ccc7 to
d98f9e7
Compare
e02ebc6 to
26bb9d5
Compare
This was referenced May 8, 2025
Closed
d98f9e7 to
d828cd2
Compare
26bb9d5 to
1f42f87
Compare
d828cd2 to
832c121
Compare
3b9bf17 to
ba414ef
Compare
832c121 to
5e0b3b6
Compare
This was referenced May 12, 2025
9800dac to
40aa8eb
Compare
369a6dc to
2870909
Compare
40aa8eb to
07694ae
Compare
2870909 to
f1abeae
Compare
2f192d0 to
d1d8716
Compare
90f0dc0 to
5ab2f7b
Compare
d1d8716 to
755bbef
Compare
5ab2f7b to
2962885
Compare
755bbef to
2de62bd
Compare
The goal of this commit is to take the dogstatsd specific tagset code and allow it to be generally reused among dogstatsd and otel metrics. I have demonstrated that dogstatsd is not affected in this PR. I will update the otel metrics code in a follow-on. REF SMPTNG-659 Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
2de62bd to
3687fcb
Compare
This was referenced May 15, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What does this PR do?
The goal of this commit is to take the dogstatsd specific tagset code and
allow it to be generally reused among dogstatsd and otel metrics. I have
demonstrated that dogstatsd is not affected in this PR. I will update the
otel metrics code in a follow-on.
REF SMPTNG-659